home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / boot / selector80.lha / Selector / examples / b5.sel < prev    next >
Encoding:
Text File  |  1998-02-03  |  220 b   |  9 lines

  1.    defenv variable Hello
  2.    
  3.    text "[variable]"
  4.    button "This" setenv variable "This" update
  5.    button "Is" setenv variable "Is" update
  6.    button "Selector" setenv variable "Selector" update
  7.    
  8.    unsetenv variable
  9.